Skip to content

Commit

Permalink
bump aiohttp to 3.9.2 (#330)
Browse files Browse the repository at this point in the history
* bump aiohttp to 3.9.2

* Update requirements.txt

---------

Co-authored-by: dsp-fieldeng-bot <[email protected]>
  • Loading branch information
bahill and dsp-fieldeng-bot authored Feb 27, 2024
1 parent 9ff66f4 commit 4af7883
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
13 changes: 6 additions & 7 deletions orchestration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions orchestration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ sentry-sdk = "^1.39.2"
typing-extensions = "^3.7.4"
# werkzeug = "2.2.3"
# will have to update dagit which means updating broad-dagster-utils - FE-36
aiohttp = "3.9.2"

[tool.poetry.dev-dependencies]
# NB this notation is not preferred after poetry 1.2.0 https://python-poetry.org/docs/master/managing-dependencies/
Expand Down
8 changes: 4 additions & 4 deletions orchestration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
aiohttp==3.8.6; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.6.0"
aiohttp==3.9.2; python_version >= "3.8"
aiosignal==1.3.1; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.6.0"
alembic==1.6.5; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.6.0"
argo-workflows==5.0.0
async-timeout==4.0.3; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.6.0"
async-timeout==4.0.3; python_version < "3.10" and python_version >= "3.9" and python_full_version >= "3.6.0"
attrs==23.1.0; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.6.0"
beautifulsoup4==4.12.2; python_full_version >= "3.6.0" and python_version >= "3.6"
broad-dagster-utils==0.6.7; python_version >= "3.9" and python_version < "3.10"
Expand All @@ -23,7 +23,7 @@ dagster==0.12.14
data-repo-client==1.542.0
docstring-parser==0.15; python_version >= "3.9" and python_version < "3.10"
frozenlist==1.4.0; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.6.0"
google-api-core==2.15.0; python_version >= "3.9" and python_version < "3.10" and (python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7")
google-api-core==2.17.1; python_version >= "3.9" and python_version < "3.10" and (python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7")
google-api-python-client==1.12.11; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
google-auth-httplib2==0.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
google-auth==2.23.3; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10"
Expand All @@ -43,7 +43,7 @@ grpcio==1.53.0; python_version >= "3.7"
hca-import-validation==0.0.17; python_version >= "3.6"
httplib2==0.22.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
humanfriendly==10.0; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.5.0"
idna==3.4; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.6.0"
idna==3.4; python_version >= "3.9" and python_version < "3.10"
jinja2==2.11.3; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.5.0"
jsonschema-specifications==2023.7.1; python_version >= "3.8"
jsonschema==4.19.2; python_version >= "3.8"
Expand Down

0 comments on commit 4af7883

Please sign in to comment.