Skip to content

Commit

Permalink
reverted depenency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Keira Crafts authored and Keira Crafts committed Aug 27, 2024
1 parent 8f96d4c commit ef852d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make freeze
Expand All @@ -11,10 +11,12 @@ build==1.2.1
certifi==2024.7.4
click==8.1.7
coverage[toml]==7.5.3
exceptiongroup==1.2.1
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
idna==3.7
importlib-metadata==7.1.0
iniconfig==2.0.0
isort==5.13.2
mypy-extensions==1.0.0
Expand All @@ -31,8 +33,10 @@ pytest-cov==5.0.0
pytest-repeat==0.9.3
ruff==0.4.8
sniffio==1.3.1
tomli==2.0.1
typing-extensions==4.12.2
wheel==0.43.0
zipp==3.19.2

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make freeze
Expand All @@ -15,7 +15,7 @@ livereload==2.6.3
markdown==3.6
markupsafe==2.1.5
mergedeep==1.3.4
mkdocs==1.3.0
mkdocs==1.6.0
mkdocs-material==4.6.3
mkdocstrings==0.10.0
packaging==24.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make freeze
Expand Down

0 comments on commit ef852d8

Please sign in to comment.