Skip to content

Commit

Permalink
Merge pull request #256 from TwilioDevEd/SECOPS-4962-sb
Browse files Browse the repository at this point in the history
Updating Critical Dependencies
  • Loading branch information
dprothero authored May 2, 2024
2 parents 4516475 + 30b307d commit 87733e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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

0 comments on commit 87733e9

Please sign in to comment.