Merge pull request #45 from joshuasundance-swca/dependabot/pip/app-84f5040629
Browse files- dev-requirements.txt +2 -2
- requirements.txt +4 -4
dev-requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
pytest==8.
|
2 |
-
pytest-cov==
|
|
|
1 |
+
pytest==8.1.1
|
2 |
+
pytest-cov==5.0.0
|
requirements.txt
CHANGED
@@ -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
|