Skip to content

Commit

Permalink
Merge pull request #1759 from jwhitlock/dep-updated-jan-2022-part1
Browse files Browse the repository at this point in the history
Dependency updates, January 2022, Part 1
  • Loading branch information
jwhitlock committed Jan 4, 2022
2 parents 485a500 + 86b79e5 commit 82d9e40
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 118 deletions.
10 changes: 5 additions & 5 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backoff==1.11.1
# Code: https://github.com/boto/boto3
# Changes: https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
# Docs: https://aws.amazon.com/sdk-for-python/
boto3==1.20.24
boto3==1.20.26

# Distributed Task Queue
# Code: https://github.com/celery/celery
Expand Down Expand Up @@ -66,7 +66,7 @@ geoip2==4.5.0
# Code: https://github.com/gevent/gevent
# Changes: http://www.gevent.org/changelog.html
# Docs: http://www.gevent.org/contents.html
gevent==21.8.0
gevent==21.12.0

# "Green Unicorn", a WSGI HTTP Server
# Code: https://github.com/benoitc/gunicorn
Expand Down Expand Up @@ -102,7 +102,7 @@ ndg-httpsclient==0.5.1
# Code: https://github.com/numpy/numpy
# Changes: https://numpy.org/devdocs/release.html
# Docs: https://numpy.org/doc/stable/
numpy==1.21.4
numpy==1.22.0

# Pure Python MySQL Client
# Code: https://github.com/PyMySQL/PyMySQL
Expand Down Expand Up @@ -133,7 +133,7 @@ raven==6.10.0
# Code: https://github.com/andymccurdy/redis-py
# Changes: https://github.com/andymccurdy/redis-py/blob/master/CHANGES
# Docs: https://github.com/andymccurdy/redis-py#readme
redis[hiredis]==4.0.2
redis[hiredis]==4.1.0

# Various memoizing collections and decorators, such as TTLCache
# Code: https://github.com/tkem/cachetools
Expand Down Expand Up @@ -221,7 +221,7 @@ colorama==0.4.4
# Code: https://github.com/cython/cython
# Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
# Docs: https://cython.readthedocs.io/en/latest/
Cython==0.29.24
Cython==0.29.26

# Generate test fixtures
# Code: https://github.com/FactoryBoy/factory_boy/
Expand Down

0 comments on commit 82d9e40

Please sign in to comment.