Skip to content

Commit

Permalink
Bump lxml from 4.9.2 to 4.9.3 (#292)
Browse files Browse the repository at this point in the history
* Bump lxml from 4.9.2 to 4.9.3

Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.9.2...lxml-4.9.3)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* update conda

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: C. Titus Brown <[email protected]>
  • Loading branch information
dependabot[bot] and ctb authored Jul 9, 2023
1 parent d0f25bd commit 3d70a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
- mamba
- snakemake-minimal==7.25.0
- click>=7,<9
- lxml==4.9.2
- lxml==4.9.3
- pandas>1,<3
- python>=3.7,<3.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
tests_require=["pytest", "pytest-dependency==0.5.1"],
use_scm_version={"write_to": "genome_grist/version.py"},
install_requires=["snakemake==7.25.0", "click>=7,<9", "lxml==4.9.2",
install_requires=["snakemake==7.25.0", "click>=7,<9", "lxml==4.9.3",
"pandas>1,<3"],
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3d70a27

Please sign in to comment.