Skip to content
Open
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 dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ safety-schemas>=0.0.16
dparse>=0.6.4
ruamel.yaml>=0.17.21
click>=8.0.2
Authlib>=1.6.6
Authlib>=1.6.9
marshmallow>=3.26.2
pydantic>=2.12.0
pydantic_core>=2.41.1
Expand Down Expand Up @@ -164,7 +164,7 @@ pywin32>=303; sys_platform == 'win32' and python_version <= '3.11'
pywin32>=306; sys_platform == 'win32' and python_version == '3.12'

# The tornado package is used by ipykernel which is used by jupyter.
tornado>=6.5.3
tornado>=6.5.5

# pyzmq 26.1.0 added wheel archives for Python 3.13
# pyzmq 27.0.1 added wheel archives for Python 3.14
Expand Down
4 changes: 2 additions & 2 deletions minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ safety-schemas==0.0.16
dparse==0.6.4
ruamel.yaml==0.17.21
click==8.0.2
Authlib==1.6.6
Authlib == 1.6.9
marshmallow==3.26.2
pydantic==2.12.0
pydantic_core==2.41.1
Expand Down Expand Up @@ -220,7 +220,7 @@ testpath==0.3
toml==0.10.0
tomli==2.0.1 # used by towncrier
tomli-w==1.2.0 # used by tox>=4.48.0
tornado==6.5.3
tornado == 6.5.5
tqdm==4.66.3
traitlets==5.6.0
typing==3.6.1
Expand Down
Loading