Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Jenks committed Mar 26, 2024
1 parent 1fc2bde commit d52711d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sphinx==6.2.1
build==0.10.0
coverage==7.2.7
coverage==7.4.1
mypy-extensions==1.0.0; platform_python_implementation=='CPython' and python_version>'3.8'
mypy-zope==1.0.0; platform_python_implementation=='CPython' and python_version>'3.8'
mypy==1.4.1; platform_python_implementation=='CPython' and python_version>'3.8'
Expand All @@ -9,17 +9,17 @@ pipdeptree==2.9.0
pre-commit==3.3.2
pylint==2.17.4
pyre-check==0.9.18; python_version>'3.8'
pyright==1.1.313
pytype==2023.6.2; platform_python_implementation=='CPython' and python_version<'3.11'
pyright==1.1.348
pytype==2024.1.24; platform_python_implementation=='CPython' and python_version<'3.11'
pyupgrade==3.10.1
pyyaml==6.0.1
readthedocs-sphinx-search==0.3.1
ruff==0.0.272
setuptools==67.8.0
sphinx-copybutton==0.5.2
sphinx_rtd_theme==1.2.2
tox==4.6.0
types-python-dateutil==2.8.19.13; python_version>'3.8'
types-redis==4.6.0.3; python_version>'3.8'
types-requests==2.31.0.1; python_version>'3.8'
tox==4.12.1
types-python-dateutil==2.8.19.20240106; python_version>'3.8'
types-redis==4.6.0.20240106; python_version>'3.8'
types-requests==2.31.0.20240125; python_version>'3.8'
yamllint==1.32.0
4 changes: 2 additions & 2 deletions requirements-output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ elasticsearch==8.9.0
hpfeeds3==0.9.10

# mysql
mysql-connector-python==8.1.0
mysql-connector-python==8.3.0

# mongodb
pymongo==4.4.1
Expand All @@ -21,7 +21,7 @@ pymongo==4.4.1
rethinkdb==2.4.9

# s3
botocore==1.29.151
botocore==1.34.29

# slack
slackclient==2.9.4
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ appdirs==1.4.4
attrs==23.1.0
bcrypt==4.0.1
configparser==6.0.0
cryptography==41.0.6
cryptography==42.0.4
packaging==23.1
pyasn1_modules==0.3.0
pyparsing==3.1.0
python-dateutil==2.8.2
service_identity==23.1.0
service_identity==24.1.0
tftpy==0.8.2
treq==22.2.0
twisted==23.10.0

0 comments on commit d52711d

Please sign in to comment.