Skip to content

Commit

Permalink
Bump dependencies, publish Docker image with SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Jun 15, 2024
1 parent c427e00 commit a7e9e92
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ jobs:
pull: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
sbom: ${{ github.event_name == 'push' }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ python3 src/bastion.py

## Licence

Copyright © 2023 Kevin Lu, Luna Brand.
Copyright © 2023–2024 Kevin Lu, Luna Brand.
See [COPYING](https://github.com/DawnbrandBots/bastion-for-reddit/blob/master/COPYING) for more details.

```
Expand Down
18 changes: 10 additions & 8 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
#
# pip-compile
#
anyio==4.0.0
anyio==4.4.0
# via httpx
certifi==2023.7.22
certifi==2024.6.2
# via
# httpcore
# httpx
# requests
charset-normalizer==3.3.2
# via requests
exceptiongroup==1.1.3
exceptiongroup==1.2.1
# via anyio
h11==0.14.0
# via httpcore
h2==4.1.0
# via httpx
hpack==4.0.0
# via h2
httpcore==1.0.2
httpcore==1.0.5
# via httpx
httpx[http2]==0.27.0
# via -r requirements.in
Expand All @@ -38,17 +38,19 @@ prawcore==2.4.0
# via praw
python-dotenv==1.0.1
# via -r requirements.in
requests==2.32.0
requests==2.32.3
# via
# prawcore
# update-checker
sniffio==1.3.0
sniffio==1.3.1
# via
# anyio
# httpx
typing-extensions==4.12.2
# via anyio
update-checker==0.18.0
# via praw
urllib3==2.0.7
urllib3==2.2.1
# via requests
websocket-client==1.6.4
websocket-client==1.8.0
# via praw

0 comments on commit a7e9e92

Please sign in to comment.