Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Feb 17, 2025
1 parent 9c07fe6 commit 6f6ba8d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
28 changes: 16 additions & 12 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# uv pip compile --output-file /Users/julian/Development/rpds.py/docs/requirements.txt docs/requirements.in
alabaster==1.0.0
# via sphinx
babel==2.16.0
babel==2.17.0
# via sphinx
beautifulsoup4==4.12.3
beautifulsoup4==4.13.3
# via furo
certifi==2024.8.30
certifi==2025.1.31
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
docutils==0.21.2
# via sphinx
Expand All @@ -18,24 +18,26 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via sphinx
pyenchant==3.2.2
# via sphinxcontrib-spelling
pygments==2.18.0
pygments==2.19.1
# via
# furo
# pygments-github-lexers
# sphinx
pygments-github-lexers==0.0.5
# via -r docs/requirements.in
requests==2.32.3
# via sphinx
file:.#egg=rpds-py
# via
# sphinx
# sphinxcontrib-spelling
rpds-py @ file:.#egg=rpds-py
# via -r docs/requirements.in
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -65,11 +67,13 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-spelling==8.0.0
sphinxcontrib-spelling==8.0.1
# via -r docs/requirements.in
sphinxext-opengraph==0.9.1
# via -r docs/requirements.in
url-py==0.13.0
typing-extensions==4.12.2
# via beautifulsoup4
url-py==0.14.1
# via -r docs/requirements.in
urllib3==2.2.3
urllib3==2.3.0
# via requests
10 changes: 5 additions & 5 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --output-file tests/requirements.txt tests/requirements.in
# uv pip compile --output-file /Users/julian/Development/rpds.py/tests/requirements.txt tests/requirements.in
iniconfig==2.0.0
# via pytest
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via
# -r tests/requirements.in
# pytest-run-parallel
pytest-run-parallel==0.2.0
pytest-run-parallel==0.3.1
# via -r tests/requirements.in
file:.#egg=rpds-py
rpds-py @ file:.#egg=rpds-py
# via -r tests/requirements.in

0 comments on commit 6f6ba8d

Please sign in to comment.