Skip to content
Merged
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies = [
"python-fsutil >= 0.9.3, < 1.0.0",
"python-slugify >= 7.0.0, < 9.0.0",
"requests >= 2.26.0, < 3.0.0",
"typing_extensions >= 4.13.2, < 4.14.0",
"typing_extensions >= 4.13.2, < 4.16.0",
"useful-types >= 0.2.1, < 0.3.0"
]
dynamic = ["version"]
Expand Down Expand Up @@ -144,7 +144,7 @@ xls = [
"xlrd >= 2.0.0, < 3.0.0",
]
xml = [
"xmltodict >= 0.12.0, < 1.0.0",
"xmltodict >= 0.12.0, < 2.0.0",
]
yaml = [
"pyyaml >= 6.0, < 7.0",
Expand Down
16 changes: 8 additions & 8 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
coverage == 7.10.*
mypy == 1.16.*
mypy == 1.18.*
orjson == 3.11.*
pre-commit == 4.3.*
python-decouple == 3.8
tox == 4.30.*

# type stubs for mypy
boto3-stubs[essential,lambda]==1.37.20
boto3-stubs[essential,lambda]==1.40.42
decouple-types==1.0.2
types-PyYAML==6.0.12.20250402
types-beautifulsoup4==4.12.0.20250204
types-html5lib==1.1.11.20241018
types-openpyxl==3.1.5.20250306
types-python-dateutil==2.9.0.20241206
types-PyYAML==6.0.12.20250915
types-beautifulsoup4==4.12.0.20250516
types-html5lib==1.1.11.20250917
types-openpyxl==3.1.5.20250919
types-python-dateutil==2.9.0.20250822
types-toml==0.10.8.20240310
types-xmltodict==0.14.0.20241009
types-xmltodict==1.0.1.20250920
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
beautifulsoup4 == 4.13.5
boto3 == 1.40.27
beautifulsoup4 == 4.14.2
boto3 == 1.40.42
ftfy == 6.3.1
mailchecker == 6.0.18
openpyxl == 3.1.5
phonenumbers == 9.0.13
phonenumbers == 9.0.15
python-dateutil == 2.9.0.post0
python-fsutil == 0.15.0
python-slugify == 8.0.4
pyyaml == 6.0.2
pyyaml == 6.0.3
requests == 2.32.5
toml == 0.10.2
typing_extensions >= 4.14.1
useful-types == 0.2.1
xlrd == 2.0.2
xmltodict == 0.15.1
xmltodict == 1.0.2