Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7c60f15
:arrow_up: Bump setuptools from 65.7.0 to 68.1.2
dependabot[bot] Aug 18, 2023
c61a441
:arrow_up: Bump click from 8.1.3 to 8.1.7
dependabot[bot] Aug 17, 2023
c768c25
:arrow_up: Bump cfgv from 3.3.1 to 3.4.0
dependabot[bot] Aug 14, 2023
3a5aee5
:arrow_up: Bump coverage from 6.5.0 to 7.3.0
dependabot[bot] Aug 14, 2023
c34905e
:arrow_up: Bump virtualenv from 20.17.1 to 20.24.3
dependabot[bot] Aug 11, 2023
3ad17ff
:arrow_up: Bump pathspec from 0.10.3 to 0.11.2
dependabot[bot] Jul 31, 2023
01143d5
:arrow_up: Bump tomlkit from 0.11.6 to 0.12.1
dependabot[bot] Jul 27, 2023
0727a24
:arrow_up: Bump identify from 2.5.13 to 2.5.26
dependabot[bot] Jul 24, 2023
9e204b4
:arrow_up: Bump pyyaml from 6.0 to 6.0.1
dependabot[bot] Jul 18, 2023
416aa3f
:arrow_up: Bump attrs from 22.2.0 to 23.1.0
dependabot[bot] Jul 10, 2023
073d9c8
:arrow_up: Bump pluggy from 1.0.0 to 1.2.0
dependabot[bot] Jul 10, 2023
3871326
:arrow_up: Bump stevedore from 4.1.1 to 5.1.0
dependabot[bot] Jul 10, 2023
1d384c0
:arrow_up: Bump typing-extensions from 4.4.0 to 4.7.1
dependabot[bot] Jul 10, 2023
fbc4f64
:arrow_up: Bump nodeenv from 1.7.0 to 1.8.0
dependabot[bot] Jul 10, 2023
fe2a4bb
:arrow_up: Bump release-drafter/release-drafter from 5.23.0 to 5.24.0
dependabot[bot] Jul 10, 2023
c3a7000
:arrow_up: Bump packaging from 23.0 to 23.1
dependabot[bot] Apr 12, 2023
378a331
:arrow_up: Bump wrapt from 1.14.1 to 1.15.0
dependabot[bot] Feb 28, 2023
96c3127
:arrow_up: Bump astroid from 2.13.2 to 2.13.5
dependabot[bot] Feb 1, 2023
a1a83a2
:arrow_up: Bump python in /docker
dependabot[bot] Dec 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5.23.0
- uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim-buster
FROM python:3.11-slim-buster

ENV LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
Expand Down
Loading