Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Critical Dependencies #256

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ db.sqlite3
__pycache__/
.env
*.log
.tool-versions
.tool-versions
.venv
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Implementations in other languages:
- [ChromeDriver](https://chromedriver.chromium.org/) for the `Selenium` tests. Ensure the `chromedriver` executable is on the OS `path`. For Linux/Mac the easiest way to do this is to install it through the OS package manager:
- Mac:
```bash
brew cask install chromedriver
brew install --cask chromedriver
```
- Ubuntu:
```bash
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
appdirs==1.4.3
appnope==0.1.0
arrow==0.15.7
asgiref==3.2.5
asgiref==3.3.2
attrs==19.3.0
backcall==0.1.0
black==19.10b0
certifi==2019.11.28
certifi==2023.7.22
cfgv==3.1.0
chardet==3.0.4
click==7.1.1
decorator==4.4.2
distlib==0.3.0
Django==3.0.4
Django==3.2.14
django-dramatiq==0.9.1
django-bootstrap3==14.0.0
django-environ==0.4.5
Expand Down
Loading