Skip to content

Commit

Permalink
⬆️ upgrade python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Jan 3, 2024
1 parent a7dbe6f commit e8f455f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ ftmq = "ftmq.cli:cli"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
banal = "^1.0.6"
followthemoney = "^3.5.5"
followthemoney = "^3.5.7"
orjson = "^3.9.10"
PyICU = "^2.12"
click = "^8.1.7"
click-default-group = "^1.2.4"
cryptography = "^41.0.5"
certifi = "^2023.7.22"
scipy = "^1.11.3"
pydantic = "^2.5.0"
fsspec = "^2023.10.0"
s3fs = "^2023.10.0"
gcsfs = "^2023.10.0"
adlfs = "^2023.10.0"
sqlalchemy = "^2.0.23"
cryptography = "^41.0.7"
certifi = "^2023.11.17"
scipy = "^1.11.4"
pydantic = "^2.5.3"
fsspec = "^2023.12.2"
s3fs = "^2023.12.2"
gcsfs = "^2023.12.2.post1"
adlfs = "^2023.12.0"
sqlalchemy = "^2.0.25"
alephclient = "^2.3.6"
pycountry = ">=22.3.5,<24.0.0"
pycountry = "^23.12.11"
urllib3 = "<2"
nomenklatura = "<3.9"

Expand Down
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ boto3==1.33.13 ; python_version >= "3.11" and python_version < "3.12" \
botocore==1.33.13 ; python_version >= "3.11" and python_version < "3.12" \
--hash=sha256:aeadccf4b7c674c7d47e713ef34671b834bc3e89723ef96d994409c9f54666e6 \
--hash=sha256:fb577f4cb175605527458b04571451db1bd1a2036976b626206036acd4496617
bump-pydantic==0.7.0 ; python_version >= "3.11" and python_version < "3.12" \
--hash=sha256:c74d88550225b6c413b3b87e750d04054a2234724b0cc5592011502ac994ff7e \
--hash=sha256:f8920da00302b4883eb255b15a12ccc536859ace1437099815f525573b5b3840
bump-pydantic==0.8.0 ; python_version >= "3.11" and python_version < "3.12" \
--hash=sha256:6092e61930e85619e74eeb04131b4387feda16f02d8bb2e3cf9507fa492c69e9 \
--hash=sha256:6cbb4deb5869a69baa5a477f28f3e2d8fb09b687e114c018bd54470590ae7bf7
bump2version==1.0.1 ; python_version >= "3.11" and python_version < "3.12" \
--hash=sha256:37f927ea17cde7ae2d7baf832f8e80ce3777624554a653006c9144f8017fe410 \
--hash=sha256:762cb2bfad61f4ec8e2bdf452c7c267416f8c70dd9ecb1653fd0bbb01fa936e6
Expand Down Expand Up @@ -1363,8 +1363,9 @@ pyasn1==0.5.1 ; python_version >= "3.11" and python_version < "3.12" \
pycodestyle==2.11.1 ; python_version >= "3.11" and python_version < "3.12" \
--hash=sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f \
--hash=sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67
pycountry==22.3.5 ; python_version >= "3.11" and python_version < "3.12" \
--hash=sha256:b2163a246c585894d808f18783e19137cb70a0c18fb36748dc01fc6f109c1646
pycountry==23.12.11 ; python_version >= "3.11" and python_version < "3.12" \
--hash=sha256:00569d82eaefbc6a490a311bfa84a9c571cff9ddbf8b0a4f4e7b4f868b4ad925 \
--hash=sha256:2ff91cff4f40ff61086e773d61e72005fe95de4a57bfc765509db05695dc50ab
pycparser==2.21 ; python_version >= "3.11" and python_version < "3.12" \
--hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \
--hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
Expand Down

0 comments on commit e8f455f

Please sign in to comment.