Skip to content

Commit

Permalink
fix: Q3 Dependency Bumps 🌲
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jul 3, 2023
1 parent 58dda75 commit bbb31cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
keywords=["gis"],
install_requires=[
"agrc-sweeper==1.3.*",
"flask-cors==3.0.*",
"flask-cors==4.0.*",
"Flask-JSON==0.4.*",
"flask==2.3.*",
"psycopg_pool==3.1.*",
Expand All @@ -52,13 +52,13 @@
"callee==0.3.*",
"pylint-quotes==0.2.*",
"pylint==2.17.*",
"pytest-cov==4.0.*",
"pytest-cov==4.1.*",
"pytest-instafail==0.5.*",
"pytest-isort>=3.0,<3.2",
"pytest-pylint==0.19.*",
"pytest-watch==4.2.*",
"pytest==7.3.*",
"requests-mock==1.10.*",
"pytest==7.4.*",
"requests-mock==1.11.*",
]
},
setup_requires=[
Expand Down

0 comments on commit bbb31cd

Please sign in to comment.