Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#327)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update httpx requirement from ~=0.24.1 to ~=0.25.0 in /.dev (#323)
* Update `requirements.txt` (#324)


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 20, 2023
1 parent d991e07 commit 6b48c59
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .dev/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dulwich~=0.21.6
httpx~=0.24.1
httpx~=0.25.0
invoke~=2.2
pre-commit>=2.21.0,<3; python_version<"3.8"
pre-commit~=3.4; python_version>="3.8"
Expand Down
2 changes: 1 addition & 1 deletion .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ aioredis>=2.0.1
fastapi>=0.103.1
fastapi-plugins>=0.12.0
hypercorn>=0.14.4
oteapi-core>=0.4.4
oteapi-core>=0.5.0
pydantic>=1.10.12
urllib3<2 # Ensure allegrograph works as intended
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
agraph-python==101.0.11
agraph-python==102.0.0
aiojobs==1.2.0
aioredis==2.0.1
amqp==5.1.1
Expand All @@ -15,7 +15,7 @@ click==8.1.7
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.3.0
contourpy==1.1.0
contourpy==1.1.1
cryptography==41.0.3
cycler==0.11.0
diskcache==5.6.3
Expand All @@ -36,20 +36,20 @@ importlib-resources==6.0.1
iso8601==2.0.0
kiwisolver==1.4.5
kombu==5.3.2
matplotlib==3.7.2
numpy==1.25.2
matplotlib==3.8.0
numpy==1.26.0
openpyxl==3.1.2
oteapi-core==0.4.4
oteapi-core==0.5.0
packaging==23.1
paramiko==3.3.1
Pillow==9.5.0
Pillow==10.0.1
priority==2.0.0
prompt-toolkit==3.0.39
psycopg==3.1.10
pycparser==2.21
pydantic==1.10.12
PyNaCl==1.5.0
pyparsing==3.0.9
pyparsing==3.1.1
pysftp==0.2.9
python-dateutil==2.8.2
python-json-logger==2.0.7
Expand All @@ -61,7 +61,7 @@ sniffio==1.3.0
starlette==0.27.0
tenacity==8.2.3
tomli==2.0.1
typing_extensions==4.7.1
typing_extensions==4.8.0
tzdata==2023.3
urllib3==1.26.16
vine==5.0.0
Expand Down

0 comments on commit 6b48c59

Please sign in to comment.