Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Sep 26, 2024
1 parent 957e966 commit a14681e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ debugpy==1.6.7
decorator==5.1.1
defusedxml==0.7.1
deprecation==2.1.0
disk-objectstore~=1.2
disk-objectstore==1.2.0
docstring-parser==0.15
docutils==0.20.1
exceptiongroup==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ debugpy==1.6.7
decorator==5.1.1
defusedxml==0.7.1
deprecation==2.1.0
disk-objectstore~=1.2
disk-objectstore==1.2.0
docstring-parser==0.15
docutils==0.20.1
executing==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ debugpy==1.8.0
decorator==5.1.1
defusedxml==0.7.1
deprecation==2.1.0
disk-objectstore~=1.2
disk-objectstore==1.2.0
docstring-parser==0.15
docutils==0.20.1
executing==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ debugpy==1.6.7
decorator==5.1.1
defusedxml==0.7.1
deprecation==2.1.0
disk-objectstore~=1.2
disk-objectstore==1.2.0
docstring-parser==0.15
docutils==0.20.1
exceptiongroup==1.2.1
Expand Down

0 comments on commit a14681e

Please sign in to comment.