Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2022
1 parent 1cad1e6 commit 4d11f46
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: my-app-install token
id: notify-pr-bot
uses: getsentry/action-github-app-token@38a3ce582e170ddfe8789f509597c6944f2292a9 # tag=v1
uses: getsentry/action-github-app-token@38a3ce582e170ddfe8789f509597c6944f2292a9 # v1.0.6
with:
app_id: ${{ secrets.PRBOT_APP_ID }}
private_key: ${{ secrets.PRBOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion requirements-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Flask==2.0.3
Flask-Env==2.0.0

python-dotenv==0.10.3
python-magic==0.4.15
python-magic==0.4.27

# PaaS

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pytest-cov==3.0.0

requests-mock==1.9.3

coveralls==1.11.0
coveralls==1.11.1

jinja2-cli[yaml]==0.8.2
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Flask==2.0.3
Flask-Env==2.0.0

python-dotenv==0.10.3
python-magic==0.4.15
python-magic==0.4.27

# PaaS

Expand All @@ -28,21 +28,21 @@ git+https://bitbucket.org/cse-assemblyline/[email protected]#egg=as
## The following requirements were added by pip freeze:
async-timeout==4.0.2
awscli==1.19.58
bleach==3.3.0
bleach==3.3.1
boto3==1.17.58
botocore==1.20.58
cachetools==4.2.1
cachetools==4.2.4
certifi==2022.6.15
cffi==1.15.1
chardet==4.0.0
click==8.1.3
colorama==0.4.3
colorama==0.4.6
cryptography==37.0.4
Deprecated==1.2.13
dnspython==1.16.0
docutils==0.15.2
flask-redis==0.4.0
greenlet==1.1.2
greenlet==1.1.3.post0
idna==2.10
itsdangerous==2.0.1
Jinja2==3.1.2
Expand All @@ -51,15 +51,15 @@ MarkupSafe==2.0.1
mistune==0.8.4
orderedset==2.0.3
packaging==21.3
phonenumbers==8.12.21
phonenumbers==8.12.57
py-w3c==0.3.1
pyasn1==0.4.8
pycparser==2.21
pyOpenSSL==22.0.0
pyparsing==3.0.9
PyPDF2==1.26.0
python-dateutil==2.8.2
python-json-logger==2.0.1
python-json-logger==2.0.4
pytz==2021.1
PyYAML==5.4.1
redis==4.3.4
Expand All @@ -68,7 +68,7 @@ s3transfer==0.4.2
six==1.16.0
smartypants==2.0.1
statsd==3.3.0
urllib3==1.26.11
urllib3==1.26.12
webencodings==0.5.1
websocket-client==1.3.3
Werkzeug==2.0.2
Expand Down

0 comments on commit 4d11f46

Please sign in to comment.