Bump the app group with 6 updates
Browse filesBumps the app group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.3` | `3.9.4` |
| [lxml](https://github.com/lxml/lxml) | `5.1.0` | `5.2.1` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.31.0` | `1.33.0` |
| [topojson](https://github.com/mattijn/topojson) | `1.7` | `1.8` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.1.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` |
Updates `aiohttp` from 3.9.3 to 3.9.4
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4)
Updates `lxml` from 5.1.0 to 5.2.1
- [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.1.0...lxml-5.2.1)
Updates `streamlit` from 1.31.0 to 1.33.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](https://github.com/streamlit/streamlit/compare/1.31.0...1.33.0)
Updates `topojson` from 1.7 to 1.8
- [Release notes](https://github.com/mattijn/topojson/releases)
- [Commits](https://github.com/mattijn/topojson/compare/v1.7...v1.8)
Updates `pytest` from 8.0.0 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.1.1)
Updates `pytest-cov` from 4.1.0 to 5.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: streamlit
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: topojson
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: app
...
Signed-off-by: dependabot[bot] <[email protected]>
- dev-requirements.txt +2 -2
- requirements.txt +4 -4
@@ -1,2 +1,2 @@
|
|
1 |
-
pytest==8.
|
2 |
-
pytest-cov==
|
|
|
1 |
+
pytest==8.1.1
|
2 |
+
pytest-cov==5.0.0
|
@@ -1,9 +1,9 @@
|
|
1 |
-
aiohttp==3.9.
|
2 |
beautifulsoup4==4.12.3
|
3 |
geopandas==0.14.3
|
4 |
-
lxml==5.1
|
5 |
numpy==1.26.4 # pinned for snyk
|
6 |
pyogrio==0.7.2
|
7 |
restgdf==1.0.0
|
8 |
-
streamlit==1.
|
9 |
-
topojson==1.
|
|
|
1 |
+
aiohttp==3.9.4
|
2 |
beautifulsoup4==4.12.3
|
3 |
geopandas==0.14.3
|
4 |
+
lxml==5.2.1
|
5 |
numpy==1.26.4 # pinned for snyk
|
6 |
pyogrio==0.7.2
|
7 |
restgdf==1.0.0
|
8 |
+
streamlit==1.33.0
|
9 |
+
topojson==1.8
|