8000 Update development dependencies, 2024-04 edition by bbayles · Pull Request #75 · ada-url/ada-python · GitHub
[go: up one dir, main page]

Skip to content

Update development dependencies, 2024-04 edition #75

New issue
8000

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

Merged
merged 1 commit into from
Apr 15, 2024
Merged
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
Update development dependencies, 2024-04 edition
  • Loading branch information
bbayles committed Apr 15, 2024
commit 2f0919cc3b57f0cdb58c488b2e6e7759780a1d28
28 changes: 16 additions & 12 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,53 @@
# What we want
build==1.1.1
build==1.2.1
coverage==7.4.3
ruff==0.3.2
setuptools==69.1.1
ruff==0.3.7
setuptools==69.5.1
Sphinx==7.1.2
twine==5.0.0
wheel==0.43.0

# What we need
alabaster==0.7.13
Babel==2.14.0
backports.tarfile==1.0.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
docutils==0.20.1
idna==3.6
idna==3.7
imagesize==1.4.1
importlib_metadata==7.0.2
jaraco.classes==3.3.1
importlib_metadata==7.1.0
importlib_resources==6.4.0
jaraco.classes==3.4.0
jaraco.context==5.3.0
jaraco.functools==4.0.0
Jinja2==3.1.3
keyring==24.3.1
keyring==25.1.0
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
more-itertools==10.2.0
nh3==0.2.15
nh3==0.2.17
packaging==24.0
pkginfo==1.10.0
pycparser==2.21
Pygments==2.17.2
pyproject_hooks==1.0.0
pytz==2024.1
readme_renderer==43.0
requests==2.31.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
six==1.16.0
snowballstemmer==2.2.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tomli==2.0.1
typing_extensions==4.11.0
urllib3==2.2.1
zipp==3.17.0
zipp==3.18.1

-r base.txt
0