Skip to content

Commit

Permalink
Update dev requirements (#191)
Browse files Browse the repository at this point in the history
* update dev requirements

* update dev requirements with latest requirements.txt
  • Loading branch information
markdboyd authored Aug 12, 2024
1 parent c8efeb6 commit 184df53
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions pip-tools/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# ./dev update-requirements
# pip-compile --output-file=pip-tools/dev-requirements.txt pip-tools/dev-requirements.in
#
aiohttp==3.9.5
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.3
# via
# -r pip-tools/../requirements.txt
# cloudfoundry-client
Expand All @@ -13,9 +15,7 @@ aiosignal==1.3.1
# -r pip-tools/../requirements.txt
# aiohttp
async-timeout==4.0.3
# via
# -r pip-tools/../requirements.txt
# aiohttp
# via -r pip-tools/../requirements.txt
attrs==23.2.0
# via
# -r pip-tools/../requirements.txt
Expand Down Expand Up @@ -61,8 +61,6 @@ docopt==0.6.2
# via pytest-watch
environs==11.0.0
# via -r pip-tools/../requirements.txt
exceptiongroup==1.2.1
# via pytest
flake8==7.1.0
# via -r pip-tools/dev-requirements.in
frozenlist==1.4.1
Expand All @@ -85,8 +83,6 @@ idna==3.7
# -r pip-tools/../requirements.txt
# requests
# yarl
importlib-metadata==8.0.0
# via build
iniconfig==2.0.0
# via pytest
jmespath==1.0.1
Expand Down Expand Up @@ -201,16 +197,9 @@ sqlalchemy==2.0.31
# sqlalchemy-utils
sqlalchemy-utils==0.41.2
# via -r pip-tools/../requirements.txt
tomli==2.0.1
# via
# black
# build
# pip-tools
# pytest
typing-extensions==4.12.2
# via
# -r pip-tools/../requirements.txt
# black
# sqlalchemy
urllib3==1.26.19
# via
Expand All @@ -229,8 +218,6 @@ yarl==1.9.4
# via
# -r pip-tools/../requirements.txt
# aiohttp
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 184df53

Please sign in to comment.