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
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
coverage==7.9.2
distlib==0.3.9
# via virtualenv
filelock==3.18.0
filelock==3.20.3
# via virtualenv
flake8==7.3.0
identify==2.6.12
Expand All @@ -31,8 +31,8 @@ pyflakes==3.4.0
# via flake8
pygments==2.19.1
# via pytest
pytest==8.4.1
pytest==9.0.3
pyyaml==6.0.2
# via pre-commit
virtualenv==20.31.2
virtualenv==20.36.1
# via pre-commit
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies = [
"pyarrow>=17.0.0",
"duckdb>=1.1.3",
"tqdm>=4.66.5",
"requests>=2.32.4",
"requests>=2.33.0",
"typer>=0.16.0",
"orjson>=3.9.0",
"orjson>=3.11.6",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -56,7 +56,7 @@ dev = [
"coverage>=7.9.2",
"flake8>=7.3.0",
"pre-commit>=4.2.0",
"pytest>=8.4.1",
"pytest>=9.0.3",
]
docs = [
"furo>=2024.8.6",
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gemmi==0.7.3
# via afdb-toolkit
gemmi-program==0.7.3
# via afdb-toolkit
idna==3.10
idna==3.15
# via requests
jsonschema==4.24.0
# via afdb-toolkit
Expand All @@ -32,7 +32,7 @@ mdurl==0.1.2
# via markdown-it-py
numpy==2.3.1
# via afdb-toolkit
orjson==3.11.4
orjson==3.11.6
# via afdb-toolkit
pyarrow==22.0.0
# via afdb-toolkit
Expand All @@ -42,7 +42,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.4
requests==2.33.0
# via afdb-toolkit
rich==14.0.0
# via typer
Expand All @@ -60,5 +60,5 @@ typing-extensions==4.14.0
# via
# referencing
# typer
urllib3==2.5.0
urllib3==2.7.0
# via requests
Loading