Skip to content

Commit

Permalink
Merge branch 'master' into features/add_scheduled_registry_support
Browse files Browse the repository at this point in the history
  • Loading branch information
asteinlein committed Jun 17, 2021
2 parents 5a384d7 + 3a3c91a commit f0759e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8
- pypy3
env:
- RQ_VERSION="rq==1.0"
- RQ_VERSION="rq==1.1"
- RQ_VERSION="rq==1.3"
- RQ_VERSION="rq==1.2"
- RQ_VERSION="-e git+https://github.com/rq/rq#egg=rq"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.8-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# pip-compile requirements.in
#
arrow==0.15.5
arrow==0.16.0
backports.functools-lru-cache==1.5 ; python_version < "3.3"
click==7.0
flask==1.1.1
click==7.1.2
flask==1.1.2
itsdangerous==1.1.0 # via flask
jinja2==2.10.3 # via flask
jinja2==2.11.2 # via flask
markupsafe==1.1.1 # via jinja2
python-dateutil==2.8.1 # via arrow
redis==3.3.11
rq==1.2.0
six==1.13.0
werkzeug==0.16.0
redis==3.5.3
rq==1.3.0
six==1.15.0
werkzeug==1.0.1
Redis-Sentinel-Url==1.0.1

0 comments on commit f0759e2

Please sign in to comment.