Bump the app group with 2 updates
Browse filesBumps the app group with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [pytest](https://github.com/pytest-dev/pytest).
Updates `aiohttp` from 3.9.1 to 3.9.2
- [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.1...v3.9.2)
Updates `pytest` from 7.4.4 to 8.0.0
- [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/7.4.4...8.0.0)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: app
...
Signed-off-by: dependabot[bot] <[email protected]>
- dev-requirements.txt +1 -1
- requirements.txt +1 -1
@@ -1,2 +1,2 @@
|
|
1 |
-
pytest==
|
2 |
pytest-cov==4.1.0
|
|
|
1 |
+
pytest==8.0.0
|
2 |
pytest-cov==4.1.0
|
@@ -1,4 +1,4 @@
|
|
1 |
-
aiohttp==3.9.
|
2 |
beautifulsoup4==4.12.3
|
3 |
geopandas==0.14.2
|
4 |
lxml==5.1.0
|
|
|
1 |
+
aiohttp==3.9.2
|
2 |
beautifulsoup4==4.12.3
|
3 |
geopandas==0.14.2
|
4 |
lxml==5.1.0
|