Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 1, 2024
1 parent 4afba1a commit 11f866e
Show file tree
Hide file tree
Showing 8 changed files with 348 additions and 366 deletions.
96 changes: 49 additions & 47 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,21 +8,23 @@ agate==1.7.1
# via
# dbt-core
# dbt-snowflake
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
asn1crypto==1.5.1
# via snowflake-connector-python
attrs==23.2.0
attrs==24.2.0
# via
# jsonschema
# referencing
babel==2.14.0
babel==2.16.0
# via agate
certifi==2024.2.2
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.8.30
# via
# requests
# snowflake-connector-python
cffi==1.16.0
cffi==1.17.1
# via
# cryptography
# dbt-core
Expand All @@ -37,9 +39,10 @@ click==8.1.7
# dbt-semantic-interfaces
colorama==0.4.6
# via dbt-core
cryptography==42.0.5
cryptography==43.0.1
# via
# pyopenssl
# secretstorage
# snowflake-connector-python
dbt-core==1.7.10
# via
Expand All @@ -51,9 +54,9 @@ dbt-semantic-interfaces==0.4.4
# via dbt-core
dbt-snowflake==1.7.2
# via -r requirements/base.in
filelock==3.13.1
filelock==3.16.1
# via snowflake-connector-python
idna==3.6
idna==3.10
# via
# dbt-core
# requests
Expand All @@ -62,46 +65,50 @@ importlib-metadata==6.11.0
# via
# dbt-semantic-interfaces
# keyring
importlib-resources==6.3.0
# via
# jsonschema
# jsonschema-specifications
# keyring
isodate==0.6.1
# via
# agate
# dbt-core
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jinja2==3.1.3
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# dbt-core
# dbt-semantic-interfaces
jsonschema==4.21.1
jsonschema==4.23.0
# via
# dbt-core
# dbt-semantic-interfaces
jsonschema-specifications==2023.12.1
# via jsonschema
keyring==24.3.1
keyring==25.4.1
# via snowflake-connector-python
leather==0.4.0
# via agate
logbook==1.5.3
# via dbt-core
markupsafe==2.1.5
# via jinja2
mashumaro[msgpack]==3.12
mashumaro[msgpack]==3.13.1
# via dbt-core
minimal-snowplow-tracker==0.0.2
# via dbt-core
more-itertools==10.2.0
more-itertools==10.5.0
# via
# dbt-semantic-interfaces
# jaraco-classes
msgpack==1.0.8
# jaraco-functools
msgpack==1.1.0
# via mashumaro
networkx==3.1
networkx==3.3
# via dbt-core
packaging==23.1
# via
Expand All @@ -112,80 +119,75 @@ parsedatetime==2.6
# via agate
pathspec==0.11.2
# via dbt-core
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.11.0
platformdirs==4.3.6
# via snowflake-connector-python
protobuf==4.25.3
protobuf==4.25.5
# via dbt-core
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.9.2
# via dbt-semantic-interfaces
pydantic-core==2.16.3
pydantic-core==2.23.4
# via pydantic
pyjwt==2.8.0
pyjwt==2.9.0
# via snowflake-connector-python
pyopenssl==24.1.0
pyopenssl==24.2.1
# via snowflake-connector-python
python-dateutil==2.9.0.post0
# via dbt-semantic-interfaces
python-slugify==8.0.4
# via agate
pytimeparse==1.1.8
# via agate
pytz==2024.1
pytz==2024.2
# via
# babel
# dbt-core
# snowflake-connector-python
pyyaml==6.0.1
pyyaml==6.0.2
# via
# dbt-core
# dbt-semantic-interfaces
referencing==0.33.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.3
# via
# dbt-core
# minimal-snowplow-tracker
# snowflake-connector-python
rpds-py==0.18.0
rpds-py==0.20.0
# via
# jsonschema
# referencing
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# isodate
# minimal-snowplow-tracker
# python-dateutil
snowflake-connector-python[secure-local-storage]==3.7.1
snowflake-connector-python[secure-local-storage]==3.12.2
# via dbt-snowflake
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.4.4
# via dbt-core
text-unidecode==1.3
# via python-slugify
tomlkit==0.12.4
tomlkit==0.13.2
# via snowflake-connector-python
typing-extensions==4.10.0
typing-extensions==4.12.2
# via
# annotated-types
# dbt-core
# dbt-semantic-interfaces
# mashumaro
# pydantic
# pydantic-core
# snowflake-connector-python
urllib3==1.26.18
urllib3==1.26.20
# via
# dbt-core
# requests
# snowflake-connector-python
zipp==3.18.0
# via
# importlib-metadata
# importlib-resources
zipp==3.20.2
# via importlib-metadata
16 changes: 6 additions & 10 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
cachetools==5.3.3
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.16.1
# via
# tox
# virtualenv
Expand All @@ -21,19 +21,15 @@ packaging==23.1
# -c requirements/constraints.txt
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.6
# via tox
Loading

0 comments on commit 11f866e

Please sign in to comment.