dependabot[bot]
commited on
Bump the app group with 1 update
Browse filesBumps the app group with 1 update: [lxml](https://github.com/lxml/lxml).
Updates `lxml` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-5.0.1...lxml-5.1.0)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
aiohttp==3.9.1
|
2 |
beautifulsoup4==4.12.2
|
3 |
geopandas==0.14.2
|
4 |
-
lxml==5.0
|
5 |
numpy==1.26.3 # pinned for snyk
|
6 |
pyogrio==0.7.2
|
7 |
restgdf==1.0.0
|
|
|
1 |
aiohttp==3.9.1
|
2 |
beautifulsoup4==4.12.2
|
3 |
geopandas==0.14.2
|
4 |
+
lxml==5.1.0
|
5 |
numpy==1.26.3 # pinned for snyk
|
6 |
pyogrio==0.7.2
|
7 |
restgdf==1.0.0
|