Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #97

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 43 additions & 41 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,17 +8,19 @@ 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
# via
# jsonschema
# referencing
babel==2.14.0
babel==2.15.0
# via agate
certifi==2024.2.2
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.7.4
# via
# requests
# snowflake-connector-python
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==42.0.8
# 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.15.4
# via snowflake-connector-python
idna==3.6
idna==3.7
# 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==5.3.0
# via keyring
jaraco-functools==4.0.1
# 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.2.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.3.0
# via
# dbt-semantic-interfaces
# jaraco-classes
# jaraco-functools
msgpack==1.0.8
# via mashumaro
networkx==3.1
networkx==3.3
# via dbt-core
packaging==23.1
# via
Expand All @@ -112,21 +119,19 @@ 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.2.2
# via snowflake-connector-python
protobuf==4.25.3
protobuf==4.25.4
# via dbt-core
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.8.2
# via dbt-semantic-interfaces
pydantic-core==2.16.3
pydantic-core==2.20.1
# via pydantic
pyjwt==2.8.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
Expand All @@ -136,56 +141,53 @@ pytimeparse==1.1.8
# via agate
pytz==2024.1
# via
# babel
# dbt-core
# snowflake-connector-python
pyyaml==6.0.1
# 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.19.1
# 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.0
# 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.0
# 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.19
# via
# dbt-core
# requests
# snowflake-connector-python
zipp==3.18.0
# via
# importlib-metadata
# importlib-resources
zipp==3.19.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.4.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.15.4
# 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.2.2
# 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.3
# via tox
Loading
Loading