Skip to content

Commit

Permalink
Merge pull request #39 from ebouchut/config/upgrade_dependencies
Browse files Browse the repository at this point in the history
⬆️ Upgrade  Projects and CD Dependencies
  • Loading branch information
ebouchut authored Mar 10, 2024
2 parents 55f4bad + 1bed714 commit 270db9a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
Expand Down
43 changes: 22 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
Babel==2.13.0
beautifulsoup4==4.12.2
certifi==2023.7.22
charset-normalizer==3.1.0
click==8.1.3
Babel==2.14.0
beautifulsoup4==4.12.3
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
ghp-import==2.1.0
idna==3.4
idna==3.6
Jinja2==3.1.3
Markdown==3.3.7
MarkupSafe==2.1.2
Markdown==3.5.2
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-htmlproofer-plugin==1.0.0
mkdocs-material==9.4.6
mkdocs-material-extensions==1.2
packaging==23.1
mkdocs-htmlproofer-plugin==1.2.0
mkdocs-material==9.5.13
mkdocs-material-extensions==1.3.1
mkdocs-unused-files==0.2.0
packaging==24.0
paginate==0.5.6
pathspec==0.11.2
platformdirs==3.11.0
Pygments==2.16.1
pymdown-extensions==10.3
python-dateutil==2.8.2
pathspec==0.12.1
platformdirs==4.2.0
Pygments==2.17.2
pymdown-extensions==10.7.1
python-dateutil==2.9.0.post0
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2023.5.5
regex==2023.12.25
requests==2.31.0
six==1.16.0
soupsieve==2.4.1
urllib3==2.0.7
watchdog==3.0.0
soupsieve==2.5
urllib3==2.2.1
watchdog==4.0.0

0 comments on commit 270db9a

Please sign in to comment.