Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-generated] Update dependencies #1055

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
10 changes: 5 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Requirements building
swig==4.3.0
cmake==3.31.1
cmake==3.31.2
#setuptools==67.5.0; python_version<"3.9"
#setuptools==75.3.0; python_version>="3.9"
setuptools==75.3.0
wheel==0.41.3
#setuptools==75.6.0; python_version>="3.9"
setuptools==75.6.0
wheel==0.45.1

# Requirements for running tests
mongomock==4.2.0.post1
mongomock==4.3.0
6 changes: 3 additions & 3 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ breathe==4.35.0
docutils==0.21.2
lxml==5.3.0
myst-nb==1.1.2
nbclient==0.10.0
Sphinx==7.4.7
sphinx-autoapi==3.3.3
nbclient==0.10.2
Sphinx==8.1.3
sphinx-autoapi==3.4.0
sphinx-autobuild==2024.10.3
sphinx-book-theme==1.1.3
sphinx-copybutton==0.5.2
Expand Down
Loading